home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / handson / supercede / Knowodys / TOPICS / audio / T1529S7.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1997-05-14  |  381.8 KB  |  1 channel  |  22,050 sample rate  |  17 seconds
Transcription: A variable declared within a method or a variable that is passed as a parameter to a method has a local scope. You can use one of these local variables within a method after you declare it. The local variable is created when the method is called and is discarded when the method exits.